home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
comm
/
dlg
/
magis110.lha
/
Upload1.batch
< prev
next >
Wrap
Text File
|
1994-08-20
|
1KB
|
19 lines
; ****************************************************************************
; * This batch is for checking duplicate files with MagicScan after uploads. *
; * rename it as "DLGCONFIG:BATCH/UPLOAD1.BATCH" and it's ready. *
; * *
; * This version is for checking EACH file ONE by ONE. If you want to check *
; * all uploads once then remove the "{filename}" from the -f parameter *
; * *
; * This example executes MagicScan in Dupchecker mode, It will inform users *
; * about new uploads (if not dupe), if dupes are founded it will inform *
; * user called "Jean Luc Picard" with a message about them. Scanning will *
; * be forced to end when 2 dupes are founded. All users exept level 255 *
; * are scanned. Private uploads are not scanned. *
; ****************************************************************************
.key username,filename
.bra {
.ket }
DLGOWN:MagicScan.030 -f"{filename}" -n -i -oJean_Luc_Picard -m2 -e2 -c -l254